*{
	margin:0;
	padding:0;
}
body{
	background-color:black;
}
main{
	width:100%;
	height:100%;
}
.div-main{
	position:relative;
	height:780px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.img{
	height:100%;
	width:100%;
	border-radius:50%;
}
@keyframes sun{
	100% {transform:rotate(360deg);}
}
.sun{
	position:absolute;
	height:70px;
	width:70px;
	border-radius:50%;
}
.sun-img{
	animation:sun 35s linear infinite;
}
.Mercury-div{
	position:absolute;
	height:105px;
	width:105px;
	border:1px dashed white;
	border-radius:50%;
}
.Mercu{
	animation:sun 5s linear infinite;
}
.Mercury{
	height:25px;
	width:25px;
	margin-left:6%;
	border-radius:50%;
}
.Venus-div{
	height:180px;
	width:180px;
	animation:sun 15s linear infinite;	
}
.Venus{
	height:30px;
	width:30px;
	border-radius:50%;
	transform:translate(-8px,40px);
}
.Earth-div{
	height:290px;
	width:290px;
	animation:sun 20s linear infinite;
}
.Earth{
	height:33px;
	width:33px;
	border-radius:50%;
	transform:translate(4px,55px);
}
.moon-div{
	position:relative;
 	height:65px;
	width:65px;
	border-radius:50%;
	border:1px dashed white;
	left:-4.5%;
	top:1.5%;
	animation:sun 10s linear infinite;
}
.moon{
	position:absolute;
	height:20px;
	width:20px;
	border-radius:50%;
	transform:translate(-2px,0px);
}
.Mars-div{
	height:410px;
	width:410px;
	animation:sun 18s linear infinite;
}
.Mars{
	height:35px;
	width:35px;
	border-radius:50%;
	transform:translate(45px,40px);
}
.Jupiter-div{
	height:500px;
	width:500px;
	animation:sun 25s linear infinite;
}
.Jupiter{
	height:42px;
	width:42px;
	border-radius:50%;
	transform:translate(125px,0px);
}
.Saturn-div{
	height:600px;
	width:600px;
	animation:sun 28s linear infinite;
}
.Saturn{
	height:36px;
	width:36px;
	border-radius:50%;
	transform:translate(70px,68px);
}
.Uranus-div{
	height:680px;
	width:680px;
	animation:sun 27s linear infinite;
}
.Uranus{
	height:30px;
	width:30px;
	border-radius:50%;
	transform:translate(155px,30px);
}
.Neptune-div{
	height:742px;
	width:742px;
	animation:sun 22s linear infinite;
}
.Neptune{
	height:30px;
	width:30px;
	border-radius:50%;
	transform:translate(240px,0px);
}